-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Update stalebot to take 5 actions per hour #3922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I was thinking 5 PRs a day, not every hour. Do we really need to run this job every hour? |
That is not up to us. This job runs every hour because of the rate limit and is scheduled directly into the code. As mentioned, the important parameters are Why per hour? The bot requires a token to do its job and that token lasts for one hour plus there are rate limits and also the app could be blocked if GitHub finds it abusing the limit. |
@cclauss Any update regarding this? |
* Update stalebot to take 5 actions per hour * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
* Update stalebot to take 5 actions per hour * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
* Update stalebot to take 5 actions per hour * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
* Update stalebot to take 5 actions per hour * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.